home *** CD-ROM | disk | FTP | other *** search
/ Know Your Owls / Know Your Owls.iso / owlwork.zip / owlnest.tut < prev    next >
Text File  |  1994-10-20  |  3KB  |  123 lines

  1. Owlhabitat
  2. (Script new
  3.     add: (ScriptStep new
  4.         playMIDI: 'scripts\owl11f2.mid';
  5.         yourself);
  6.     add: (ScriptStep new
  7.         delay: 1.0;
  8.         mousePointAt: 640 @ 480;
  9.         fullScreen: 'scripts\narrate\habs256.bmp;;ClrBlack';
  10.         playSound: 'scripts\habitat\01.wav';
  11.         waitForMci;
  12.         yourself);
  13.     add: (ScriptStep new
  14.         fullScreen: 'nest\070402b.bmp;;ClrBlack';
  15.         playSound: 'scripts\habitat\02.wav';
  16.         waitForMci;
  17.         yourself);
  18.     add: (ScriptStep new
  19.         fullScreen: 'brno\091874b.bmp;;ClrBlack';
  20.         playSound: 'scripts\habitat\03.wav';
  21.         waitForMci;
  22.         yourself);
  23.     add: (ScriptStep new
  24.         fullScreen: 'nest\070447b.bmp;;ClrBlack';
  25.         playSound: 'scripts\habitat\04.wav';
  26.         waitForMci;
  27.         yourself);
  28.     add: (ScriptStep new
  29.         fullScreen: 'npow\091704b.bmp;;ClrBlack';
  30.         playSound: 'scripts\habitat\05.wav';
  31.         waitForMci;
  32.         delay: 2;
  33.         yourself);
  34.     add: (ScriptStep new
  35.         fullScreen: 'buow\091710b.bmp;;ClrBlack';
  36.         playSound: 'scripts\habitat\06.wav';
  37.         waitForMci;
  38.         yourself);
  39.     add: (ScriptStep new
  40.         fullScreen: 'elow\094491b.bmp;;ClrBlack';
  41.         playSound: 'scripts\habitat\07.wav';
  42.         waitForMci;
  43.         yourself);
  44.     add: (ScriptStep new
  45.         fullScreen: 'habitat\151816b.bmp;;ClrBlack';
  46.         playSound: 'scripts\habitat\08.wav';
  47.         waitForMci;
  48.         delay: 1;
  49.         yourself);
  50.     add: (ScriptStep new
  51.         fullScreen: 'habitat\096001b.bmp;;ClrBlack';
  52.         playSound: 'scripts\habitat\09.wav';
  53.         waitForMci;
  54.         yourself);
  55.     add: (ScriptStep new
  56.         fullScreen: 'nest\096025b.bmp;;ClrBlack';
  57.         playSound: 'scripts\habitat\10.wav';
  58.         waitForMci;
  59.         yourself);
  60.     add: (ScriptStep new
  61.         fullScreen: 'nest\091730b.bmp;;ClrBlack';
  62.         playSound: 'scripts\habitat\11.wav';
  63.         waitForMci;
  64.         yourself);
  65.     add: (ScriptStep new
  66.         playSound: 'scripts\habitat\12.wav';
  67.         waitForMci;
  68.         delay: 1;
  69.         yourself);
  70.     add: (ScriptStep new
  71.         fullScreen: 'nest\070459b.bmp;;ClrBlack';
  72.         playSound: 'scripts\habitat\13.wav';
  73.         waitForMci;
  74.         yourself);
  75.     add: (ScriptStep new
  76.         fullScreen: 'leow\091733b.bmp;;ClrBlack';
  77.         playSound: 'scripts\habitat\14.wav';
  78.         waitForMci;
  79.         yourself);
  80.     add: (ScriptStep new
  81.         fullScreen: 'nswo\091749b.bmp;;ClrBlack';
  82.         playSound: 'scripts\habitat\15.wav';
  83.         waitForMci;
  84.         yourself);
  85.     add: (ScriptStep new
  86.         fullScreen: 'nswo\094465b.bmp;;ClrBlack';
  87.         playSound: 'scripts\habitat\16.wav';
  88.         waitForMci;
  89.         yourself);
  90.     add: (ScriptStep new
  91.         fullScreen: 'boow\091743b.bmp;;ClrBlack';
  92.         playSound: 'scripts\habitat\17.wav';
  93.         waitForMci;
  94.         delay: 2;
  95.         yourself);
  96.     add: (ScriptStep new
  97.         fullScreen: 'seow\094455b.bmp;;ClrBlack';
  98.         playSound: 'scripts\habitat\18.wav';
  99.         waitForMci;
  100.         yourself);
  101.     add: (ScriptStep new
  102.         fullScreen: 'nhow\091703b.bmp;;ClrBlack';
  103.         playSound: 'scripts\habitat\19.wav';
  104.         waitForMci;
  105.         yourself);
  106.     add: (ScriptStep new
  107.         fullScreen: 'snow\091899b.bmp;;ClrBlack';
  108.         playSound: 'scripts\habitat\20.wav';
  109.         waitForMci;
  110.         yourself);
  111.  
  112.     add: (ScriptStep new
  113.         playSound: 'scripts\end1.wav';
  114.         waitForMci;
  115.         yourself);
  116.  
  117.     add: (ScriptStep new
  118.         stopMIDI;
  119.         yourself);
  120.  
  121.     yourself)
  122.  
  123.